npm start not work at version 0.14.33
Question
I downloaded source by zip, and run 'npm i', but I can't run 'npm start'. Here is how I fixed the problem.
- It works when I change package.json
before:
"start": "npm run build:css -- -w & webpack-dev-server --open --progress --colors",
after:
"start": "npm run build:css -w & webpack-dev-server --open --progress --colors",
Answers (3)
Ok but -- -w is intended for the watch on SCSS files, with your change, I think it will not work. (I guess you're using Windows)
Probably we should do something like this to make it run cross-platform:
"start": "npm run build:css:dev & webpack-dev-server --open --progress --colors",
"build:css:dev": "node-sass src/styles/scss/main.scss dist/css/grapes.min.css --output-style compressed -w",
Please @Gyanxie try it and let me know if it works
@artf Yes, I use window.
-
I have just try it with your change, but not works.

-
here is an example that it works.

-
npm version

@artf I has run 'npm list', if it is necessary. npmList.txt
Related Questions and Answers
Continue research with similar issue discussions.
Issue #887
[Help] FAIL on 'npm run build:css -- -w & webpack-dev-server --open --progress --colors'
Hi, I can't get running grapesjs. Here my logs :# npm start> [email protected] start /var/www/web/server/grapesjs> npm run build:css -- -w &...
Issue #673
how to render block manager outside container?
I'm new to this great library and it seems very neat and clean BUT here is the problem that I have. I'm having gjs rendered in the middle,...
Issue #1494
[Question] Tailwind classes
I'm looking to use Tailwind with GrapesJS, but this framework uses Utility-First CSS Classes to build quick layouts. The problem is that it...
Issue #962
Grapesjs not starting
When I execute npm start it shows $ npm [email protected] start C:\Users\a233243\grapesjsnpm run build:css -- -w & webpack-dev-server --...
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.