You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.
The reason appears to be that the index.js file that is in the github repo isn't in the bourbon-neat folder that's installed via NPM, so we don't get back the object with an includePaths field. Instead, the require() call seems to pick the _neat.scss file, which it tries to load as a javascript file.
After doing an
npm install bourbon-neat
and then trying torequire("bourbon-neat")
in node, I get the error:SyntaxError: /app/available_modules/1456578798000/bourbon-neat/app/assets/stylesheets/_neat.scss:7 @import "neat-helpers"; ^ Unexpected token ILLEGAL
The reason appears to be that the index.js file that is in the github repo isn't in the bourbon-neat folder that's installed via NPM, so we don't get back the object with an
includePaths
field. Instead, the require() call seems to pick the _neat.scss file, which it tries to load as a javascript file.You can re-create the issue here:
https://tonicdev.com/npm/bourbon-neat
The text was updated successfully, but these errors were encountered: