Hello, when i type ‘npm init’ in Glitch console its respond me “-su: npm: command not found
”
Can I get somes helps please ?
I drop a screenshot here:
1 Like
now you have a chicken-and-egg problem ):
- glitch won’t set up node and npm in PATH unless there’s already a package.json (otherwise it’s a static site with no nodejs “installed”)
- you were gonna make the package.json with
npm init
4 Likes
Ooh, i see. Thanks you so much its work with package.json file.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.