Skip to content

Instantly share code, notes, and snippets.

@fritz-gerneth
Created February 20, 2013 12:22
Show Gist options
  • Save fritz-gerneth/4995166 to your computer and use it in GitHub Desktop.
Save fritz-gerneth/4995166 to your computer and use it in GitHub Desktop.
Installing smart packages
fs.js:561
return binding.symlink(preprocessSymlinkDestination(destination, type),
^
TypeError: dest path must be a string
at Object.fs.symlinkSync (fs.js:561:18)
at Package.installInto (/usr/local/lib/node_modules/meteorite/lib/dependencies/package.js:118:10)
at LocalSource.fetch (/usr/local/lib/node_modules/meteorite/lib/sources/local.js:25:3)
at Package.fetch (/usr/local/lib/node_modules/meteorite/lib/dependencies/package.js:79:15)
at Package.installInto (/usr/local/lib/node_modules/meteorite/lib/dependencies/package.js:100:8)
at Dependencies.installInto.installStep (/usr/local/lib/node_modules/meteorite/lib/dependencies/dependencies.js:62:22)
at Dependencies.installInto (/usr/local/lib/node_modules/meteorite/lib/dependencies/dependencies.js:64:3)
at Project.install (/usr/local/lib/node_modules/meteorite/lib/project.js:140:23)
at Project.fetch (/usr/local/lib/node_modules/meteorite/lib/project.js:109:9)
at Resolver.resolve (/usr/local/lib/node_modules/meteorite/lib/dependencies/resolver.js:47:5)
{
"packages": {
"account-unstyled": {
"path": "../account-unstyled"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment