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.

Issues with installing new version of ember-freestyle

See original GitHub issue

Hi, today I tried to install new ember-freestyle to replace my forked ember-freestyle version in project, but I got this when trying to install it.

ember install ember-freestyle
Path must be a string. Received null
TypeError: Path must be a string. Received null
    at assertPath (path.js:7:11)
    at Object.join (path.js:1211:7)
    at CoreObject.<anonymous> (/usr/lib/node_modules/ember-cli/lib/models/addon-discovery.js:117:26)
    at Array.map (native)
    at CoreObject.discoverFromDependencies (/usr/lib/node_modules/ember-cli/lib/models/addon-discovery.js:107:70)
    at CoreObject.discoverChildAddons (/usr/lib/node_modules/ember-cli/lib/models/addon-discovery.js:69:33)
    at CoreObject.discoverAddons (/usr/lib/node_modules/ember-cli/lib/models/addon.js:218:42)
    at CoreObject.initializeAddons (/usr/lib/node_modules/ember-cli/lib/models/addon.js:231:10)
    at setupRegistryForEachAddon (/usr/lib/node_modules/ember-cli/node_modules/ember-cli-preprocess-registry/preprocessors.js:18:10)
    at Object.module.exports.setupRegistry (/usr/lib/node_modules/ember-cli/node_modules/ember-cli-preprocess-registry/preprocessors.js:46:3)

I have cleaned the npm cache and removed node_modules

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
tarikEastcommented, Jul 10, 2017

Will try to make reproduce on fork and will get back to you

0reactions
chrisloprestocommented, Jul 14, 2017

Just an update… I tried unsuccessfully to reproduce this. I am still able to run ember install ember-freestyle just fine locally using Ember CLI 2.13.

I’m going to close this for now. @tarikEast, please reopen if you’re still having problems or tips for reproducing.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ember-freestyle - npm
Ember Freestyle · Documentation · Live Demo · Compatibility · Installation · Problems? No problem. · Excluding Ember Freestyle's Styles · Excluding ...
Read more >
Removing ember-cli-sass dependency · Issue #172 - GitHub
When we install ember-freestyle, ember-cli-sass is a dependency that's installed. Here's our yarn.lock addition after installing freestyle: #152 ...
Read more >
The difficulties we are having with updating our Ember projects
The problem with the Octane release is that libraries are now using native classes which is breaking our code that extends EmberObjects from ......
Read more >
eflex-ember-freestyle - npm Package Health Analysis - Snyk
An important project maintenance signal to consider for eflex-ember-freestyle is that it hasn't seen any new versions released to npm in the ...
Read more >
Ember Freestyle - GitHub Pages
Ember Freestyle is an Ember addon that allows you to quickly create a component explorer for your Ember app. Github Actions Build Status...
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