You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I run into the error 'relative module specifiers must start with "./"' etc.
This is my preferred method for sharing internal code without going through the extra setup of publishing packages to npm and adds the possibility of having private packages in that sense.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
A feature of npm/package.json is being able to import code through github urls.
https://docs.npmjs.com/cli/v7/configuring-npm/package-json#git-urls-as-dependencies
Currently I run into the error 'relative module specifiers must start with "./"' etc.
This is my preferred method for sharing internal code without going through the extra setup of publishing packages to npm and adds the possibility of having private packages in that sense.
Beta Was this translation helpful? Give feedback.
All reactions