Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

postcss v8.0.0 cant find module './lib/join-media' #161

Closed
Havunen opened this issue Jan 27, 2016 · 8 comments
Closed

postcss v8.0.0 cant find module './lib/join-media' #161

Havunen opened this issue Jan 27, 2016 · 8 comments

Comments

@Havunen
Copy link

Havunen commented Jan 27, 2016

Just installed postcss-import v8.0.0 and it failed with exception:

Error: Cannot find module './lib/join-media'
    at Function.Module._resolveFilename (module.js:339:15)
    at Function.Module._load (module.js:290:25)
    at Module.require (module.js:367:17)
    at require (internal/module.js:16:19)
    at Object.<anonymous> (C:\GIT\SeveraUI\node_modules\postcss-import\index.js:4:17)
    at Module._compile (module.js:413:34)
    at Object.Module._extensions..js (module.js:422:10)
    at Module.load (module.js:357:32)
    at Function.Module._load (module.js:314:12)
    at Module.require (module.js:367:17)

Looks like ./lib folders are not included in package installed from npm.

  "files": [
    "index.js"
  ],

missing lib folder?

Havunen

@TrySound
Copy link
Member

@MoOx Need to add "lib"

@MoOx
Copy link
Contributor

MoOx commented Jan 27, 2016

On it.

@TrySound
Copy link
Member

Add me on npm just in case

@MoOx
Copy link
Contributor

MoOx commented Jan 27, 2016

What's your nick?

@TrySound
Copy link
Member

trysound

@MoOx MoOx closed this as completed in 8f8f11d Jan 27, 2016
@MoOx
Copy link
Contributor

MoOx commented Jan 27, 2016

Added.

@MoOx
Copy link
Contributor

MoOx commented Jan 27, 2016

8.0.1 released.

@MoOx
Copy link
Contributor

MoOx commented Jan 27, 2016

"npm run release" :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants