Install forked snowpack in existing project #3690
Unanswered
dpmccabe
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to replace the version of snowpack in an existing project with a forked version (note to maintainers: please merge some of the pull requests) and when I run
npm uninstall snowpack
andnpm install --save-dev snowpackjs/snowpack
(or from any other Github account) I get this in mypackage.json
:Why is it erroneously called
root
? This issue is, as you can imagine, just about impossible to Google.My
scripts
section is the default:Naturally, when I try
npm start
now I getsnowpack: command not found
. I must be misunderstanding something really basic about NPM...Beta Was this translation helpful? Give feedback.
All reactions