my project: https://socialsequencer.indiedesigner.net/
I have a project to deploy. I am semi technical looking for the shortest minimal complexity path to get my project deployed. I’ve been facing troubles getting the NPM to build as I get an error message on my vs code terminal.
After typing NPM install I get this error message
@mouse77 This issue seems unrelated to Netlify?
You are running npm install
locally.
The npm install
command installs dependencies defined in a package.json
file.
The error indicates there is no package.json
within the directory.
If you’re unfamiliar you can see the relevant npm
documentation here:
https://docs.npmjs.com/cli/v8/commands/npm-install
If your issue is with something Netlify specific please provide more detail.
If I’m not mistaken doesnt Netlify do the prebuild? When you upload it ?
@mouse77 I couldn’t say, as I’m honestly not sure what you’re doing.
All I can see from your screenshot is that there is no package.json
Have you checked if there is a package.json
file in the location specified?
If you provide more details regarding what you’re doing, what you’re working with, what command you’re running etc, it’ll be easier for someone to provide you suggestions.