Skip to content

Commit

Permalink
[node] webpacker - node-sass issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
didierofrivia committed Nov 6, 2018
1 parent e97f75c commit 0c156bc
Show file tree
Hide file tree
Showing 2 changed files with 1,692 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -6,7 +6,8 @@
"test": "karma start --single-run",
"jest": "jest app/javascript/src",
"jest:watch": "npm run-script jest -- --watch",
"install": "yarn check --integrity || yarn install --pure-lockfile --frozen-lockfile --ignore-scripts --skip-integrity-check --prefer-offline --link-duplicates"
"install": "yarn check --integrity || yarn install --pure-lockfile --frozen-lockfile --ignore-scripts --skip-integrity-check --prefer-offline --link-duplicates",
"postinstall": "npm rebuild node-sass"
},
"jspm": {
"directories": {
Expand Down Expand Up @@ -189,6 +190,7 @@
"bootstrap-sass": "3",
"core-js": "^2.5.7",
"jquery": "^3.3.1",
"node-sass": "^4.9.4",
"prop-types": "^15.6.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
Expand Down

0 comments on commit 0c156bc

Please sign in to comment.