question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I get this error when I run npm run dev on a fresh install.

capture d ecran 2017-02-03 a 15 37 16

npm-debug.log.zip

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:13 (1 by maintainers)

github_iconTop GitHub Comments

16reactions
JeffreyWaycommented, Feb 3, 2017

This will be fixed here - https://github.com/laravel/laravel/pull/4136 - as soon as it’s merged. Until then, you can manually add

$icon-font-path: "~bootstrap-sass/assets/fonts/bootstrap/";

to your resources/assets/sass/_variables.scss file.

2reactions
lasseeeecommented, Feb 15, 2017

What about packages that doesn’t have a variable for path, like plain CSS files? In my specific case it’s image files from fronteed/iCheck/that make caravel-mix squawk. Don’t want to dive in and go editing vendor files.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What Are "npm run dev" and "npm run prod" - Stack Overflow
dev : Used for running the specific commands for serving the project, to any server, to live development. In the case of a...
Read more >
Understanding npm run dev command (with examples)
The npm run dev command is a generic npm command that you can find in many modern web application projects. This command is...
Read more >
npm-run-script
Description. This runs an arbitrary command from a package's "scripts" object. If no "command" is provided, it will list the available scripts.
Read more >
The Ultimate `npm run dev`
The Ultimate npm run dev. This is a starter app for Express.js. The src/devApp.js runs your src/app.js using Nodemon as a module, ...
Read more >
What is the difference between npm run dev and ... - Laracasts
As far as I understand it npm run dev will compile all your assets including a source map. This basically makes it easier...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found