GithubHelp home page GithubHelp logo

WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte. [email protected] about svelte-spa-router HOT 8 CLOSED

triadmoko avatar triadmoko commented on September 28, 2024
WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte. [email protected]

from svelte-spa-router.

Comments (8)

ItalyPaleAle avatar ItalyPaleAle commented on September 28, 2024 2

I will fix it in 4.0.0 tomorrow

from svelte-spa-router.

triadmoko avatar triadmoko commented on September 28, 2024

cool, I'm really excited to hear that,
this working now,
thank you

from svelte-spa-router.

craigcosmo avatar craigcosmo commented on September 28, 2024

how did you fix that? I got this warning on many packages

from svelte-spa-router.

carbogninalberto avatar carbogninalberto commented on September 28, 2024

@craigcosmo can you please provide more details like the package.json?

from svelte-spa-router.

craigcosmo avatar craigcosmo commented on September 28, 2024
{
	"name": "sveltekit-barcode",
	"version": "2.0.2",
	"description": "A light-weight and high-performance component to generate barcode for Svelte.",
	"author": "Bunlong",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Bunlong/svelte-barcode.git"
	},
	"bugs": {
		"url": "https://github.com/Bunlong/svelte-barcode.git/issues"
	},
	"homepage": "https://github.com/Bunlong/svelte-barcode",
	"svelte": "src/index.js",
	"module": "dist/index.mjs",
	"main": "dist/index.js",
	"scripts": {
		"dev": "rollup -c -w",
		"build": "rollup -c",
		"prepublishOnly": "npm run build"
	},
	"devDependencies": {
		"@rollup/plugin-commonjs": "^18.0.0",
		"@rollup/plugin-node-resolve": "^9.0.0",
		"rollup": "^2.0.0",
		"rollup-plugin-svelte": "^6.0.0",
		"svelte": "^3.0.0"
	},
	"keywords": [
		"svelte",
		"svelte-barcode",
		"barcode"
	],
	"files": [
		"src",
		"dist"
	],
	"dependencies": {
		"jsbarcode": "^3.11.3"
	}
}

from svelte-spa-router.

userquin avatar userquin commented on September 28, 2024

In this repo ./Router.svelte should be added to the package exports:

  "exports": {
    "./Router.svelte": {
      "types": "./Router.d.ts",
      "svelte": "./Router.svelte"
    },
    ".": {
      "types": "./Router.d.ts",
      "svelte": "./Router.svelte"
    }
  }

from svelte-spa-router.

craigcosmo avatar craigcosmo commented on September 28, 2024

I do that and publish, I got this error in my code

Cannot find module 'sveltekit-barcode' or its corresponding type declarations
CleanShot 2024-05-06 at 04 21 55

from svelte-spa-router.

craigcosmo avatar craigcosmo commented on September 28, 2024

I just create a new svelte kit library from npx create-app command and re-make the package from scratch, it works now.

from svelte-spa-router.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.