Rebuild node-sass (#3002)
Got an error in asset precompile on Heroku: Module build failed: Error: ENOENT: no such file or directory, scandir '/tmp/.../node_modules/node-sass/vendor' ref: https://github.com/rails/webpacker#troubleshooting
This commit is contained in:
		
							parent
							
								
									b65950bb2e
								
							
						
					
					
						commit
						66328adf83
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -10,7 +10,8 @@
 | 
				
			||||||
    "storybook": "start-storybook -p 9001 -c storybook",
 | 
					    "storybook": "start-storybook -p 9001 -c storybook",
 | 
				
			||||||
    "test": "npm run test:lint && npm run test:mocha",
 | 
					    "test": "npm run test:lint && npm run test:mocha",
 | 
				
			||||||
    "test:lint": "eslint -c .eslintrc.yml --ext=js --ext=jsx app/javascript/",
 | 
					    "test:lint": "eslint -c .eslintrc.yml --ext=js --ext=jsx app/javascript/",
 | 
				
			||||||
    "test:mocha": "mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.jsx"
 | 
					    "test:mocha": "mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.jsx",
 | 
				
			||||||
 | 
					    "postinstall": "npm rebuild node-sass"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "repository": {
 | 
					  "repository": {
 | 
				
			||||||
    "type": "git",
 | 
					    "type": "git",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue